home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Games / xephem-2.4b / Manifest < prev    next >
Text File  |  1995-07-08  |  4KB  |  70 lines

  1. Copyright    notice of ownership, permissions and limitations
  2. Imakefile    sample Imakefile for xmkmf
  3. Makefile.simple    simple sample make file.
  4. Manifest    this file.
  5. README        check here for hints before building.
  6. XEphem.ad    defaults file (basically the same as fallback ones in xephem.c)
  7. ephem.db    sample database file.
  8. ephem.plt    sample plot file (an analemma)
  9. xephem.hlp    help text file.
  10. xephem.man    manual page, written with the nroff -man macros.
  11.  
  12. aa_hadec.c      convert between alt/az and hour angle/dec.
  13. anomaly.c       compute anomaly.
  14. astro.h         unit conversion macros and planet defines.
  15. cal_mjd.c       converters to and from modified julian date.
  16. calmenu.c    control the calendar on the main menu.
  17. circum.c        main "astronomy" entry point that finds where anything is.
  18. circum.h        defines Now and Sky structures.
  19. comet.c         compute comet position from elements.
  20. compiler.c      compile and execute general expressions with screen fields.
  21. constel.c       handles determing and printing constellation info.
  22. datamenu.c    manage the general data menu.
  23. db.c        read and process the database files, and maintain in-memory db.
  24. dbmenu.c    manage the database menu.
  25. earthmap.c    coordinates for the simple earth map.
  26. earthmenu.c    manage the sunlit earth menu.
  27. eq_ecl.c        convert between equitorial and eclipitic coords.
  28. formats.c       basic date, time, prompts, etc formats.
  29. helpmenu.c    manage the help menu and supporting text file.
  30. jupmenu.c    manage the jupiter moon map menu.
  31. listmenu.c    manage the listing control menu.
  32. mainmenu.c    manage the main menu.
  33. map.h        typedefs useful for maps consisting of sets of lines.
  34. marsmap.c    coordincates for the simple mars map.
  35. marsmenu.c    manage the mars central meridian longitude menu.
  36. misc.c        everyone needs one of these!
  37. moon.c          compute moon position.
  38. moonmenu.c    manage the moon display menu.
  39. moonnf.c        compute new and full moon dates.
  40. msgmenu.c    manage the message alert mechanism.
  41. nutation.c      compute nutation correction.
  42. objmenu.c    manage the objx/y menu.
  43. obliq.c         compute obliquity.
  44. parallax.c      functions to compute earth rim parallax correction.
  45. patchlevel.h    defines PATCHLEVEL which establishes the official release level.
  46. pelement.c      basic planet position polynomial coefficients.
  47. plans.c         use polynomials to find planet location at any certain time.
  48. plot_aux.c    manage the actual plotting menu and read supporting files.
  49. plotmenu.c    manage the plot control menu and write supporting files.
  50. precess.c       compute precession correction.
  51. preferences.c    code to maintain the setting of the user preference settings.
  52. preferences.h    header file for use by modules setting or getting preferences.
  53. query.c        general purpose menu query tool.
  54. reduce.c        convert elliptical elements from one epoch to another.
  55. refract.c       atmospheric refraction model.
  56. riset.c         find basic rise/set sideral times of a fixed object.
  57. riset_cir.c     iteratively solve for local rise/set times of moving objects.
  58. satmenu.c    manage the Saturn menu.
  59. sex_dec.c       convert between sexagesimal and decimal notation.
  60. skyfiltmenu.c    manage the sky view type filter menu.
  61. skyviewmenu.c    manage the circular sky view menu.
  62. smallfm.xbm    small moon bitmap.
  63. solsysmenu.c    manage the solar system menu.
  64. srchmenu.c    manage the search control menu.
  65. sun.c           compute location of sun at any time.
  66. time.c          manage setting and getting the time from the os
  67. utc_gst.c       convert between UT1 and Greenwich sidereal time
  68. versionmenu.c   current version notice, and revision history comments.
  69. xephem.c    main() and misc minor support utility functions.
  70.